UIStepper
extension Reactive where Base: UIStepper
The reactive extension can be accessed through the reactive
instance property and the reactive
static property.
-
Sets the stepper’s value.
Declaration
Swift
public var value: BindingTarget<Double>
-
Sets stepper’s minimum value.
Declaration
Swift
public var minimumValue: BindingTarget<Double>
-
Sets stepper’s maximum value.
Declaration
Swift
public var maximumValue: BindingTarget<Double>
-
A signal of double values emitted by the stepper upon each user’s interaction.
Declaration
Swift
public var values: Signal<Double, NoError>